home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000469_news@columbia.edu _Tue Aug 22 11:37:09 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id LAA11204
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 22 Aug 2000 11:37:09 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA07348
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 22 Aug 2000 11:37:08 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id LAA03478
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 22 Aug 2000 11:21:12 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: Michael Sundermann <michael.sundermann@acm.org>
  13. Subject: k95crypt.dll
  14. Date: Tue, 22 Aug 2000 17:19:50 +0200
  15. Organization: T-Online
  16. Message-ID: <g965qssk1of4sd5q00ju9d1l6nhg7210vo@4ax.com>
  17. To: kermit.misc@columbia.edu
  18.  
  19. Hi,
  20.  
  21. I didn't find k95crypt.dll on the Kermit WebSite.
  22.  
  23. Because the export restrictions are dropped,
  24. where can I download the above file.
  25.  
  26. Thanks
  27. Michael Sundermann
  28. Germany
  29. I type:   GET   /   HTTP/1.0  
  30.     I press twice: RETURN-key
  31.    The connection closes and output was in session.log.
  32.    
  33. Now I have updated to version 1.1.20.
  34. After dialing, I still get the blue window,
  35. but I am not able to type anything into the blue window.
  36.  
  37. What should  I do to get the old behaviour ?
  38.  
  39.  
  40. Reading the manual I notice a new command "http" in version 1.1.20:
  41.    set host  192.168.1.2:80
  42.    http GET / 
  43. This works.
  44.  
  45. But this does not work:
  46.    set host  192.168.1.2:80
  47.    http GET /  HTTP/1.0
  48. Probably because I don't know how to simulate 
  49. the second RETURN (or an empty line).
  50.  
  51.  
  52. Thanks
  53. Michael Sundermann
  54. Germany
  55.  
  56.